home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000368_simon@lia.di.epfl.ch_Fri Mar 11 10:23:40 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  1KB

  1. Received: from liasun6.epfl.ch by cs.umb.edu with SMTP id AA16476
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Fri, 11 Mar 1994 10:23:40 -0500
  3. Received: by liasun6.epfl.ch (Smail3.1.28.1 #58)
  4.     id m0pf93q-0002QCC; Fri, 11 Mar 94 16:23 MET
  5. Message-Id: <m0pf93q-0002QCC@liasun6.epfl.ch>
  6. Date: Fri, 11 Mar 94 16:23 MET
  7. From: simon@lia.di.epfl.ch (Simon Leinen)
  8. To: andreas@mpa-garching.mpg.de (Andreas Schott)
  9. Cc: simon@lia.di.epfl.ch (Simon Leinen), tex-k@cs.umb.edu,
  10.         kb@cs.umb.edu (Karl Berry)
  11. Subject: Re: make install
  12. In-Reply-To: <199403111502.QAA101323@ibm-1.MPA-Garching.MPG.DE>
  13. References: <199403111328.AA15477@terminus.cs.umb.edu>
  14.     <m0pf85C-0002QCC@liasun6.epfl.ch>
  15.     <199403111502.QAA101323@ibm-1.MPA-Garching.MPG.DE>
  16.  
  17. andreas> Yes you are right, this works for tex-k, because the Makefile
  18. andreas> does not check against the defined pathes in
  19. andreas> kpathsea/paths.h. But the latter should be done.
  20.  
  21. I see your point.  GNU Emacs (which usually does regenerate its paths)
  22. solves this by having a special installation-only target "doinstall".
  23. In this case I use:
  24.  
  25.     configure ...
  26.     make
  27.     make prefix=/tmp/foo doinstall
  28.  
  29. Wouldn't that be enough for tex-k?
  30. -- 
  31. Simon.